home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / ChangeLog < prev    next >
Text File  |  1993-07-06  |  56KB  |  1,505 lines

  1. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2.  
  3.     * Version 19.16 released.
  4.  
  5. Wed Jun 23 21:52:34 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6.  
  7.     * configure.in: Add --verbose flag.
  8.  
  9. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  10.  
  11.     * version 19.15 released.
  12.  
  13. Fri Jun 18 11:59:35 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  14.  
  15.     * Makefile.in (top_distclean): Use -f switch when cleaning out
  16.     lock dir; it might be empty.
  17.  
  18.     * configure.in: Only check for -lXbsd once.
  19.  
  20. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  21.  
  22.     * Version 19.14 released.
  23.  
  24. Thu Jun 17 00:53:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  25.  
  26.     * make-dist: If using gzip, create distribution with '.gz' extension.
  27.  
  28.     * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
  29.     (lisp/forms-mode): This doesn't exist anymore.
  30.  
  31.     * configure.in: Look for the closedir function.
  32.  
  33. Wed Jun 16 16:48:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  34.  
  35.     * configure.in (CPP): Autoconf sets this to a shell variable
  36.     reference, which doesn't work when it's edited into a makefile.
  37.     Expand that variable reference.
  38.  
  39.     * Makefile.in (CPP): New variable.
  40.     (src/Makefile): Edit CPP into src/Makefile.
  41.  
  42.     * Makefile.in (src/Makefile): Don't bother exiting single quotes
  43.     and entering double quotes to get the values of LD_SWITCH_X_SITE
  44.     and the other make variables; make substitutes them in anyway.
  45.  
  46.     * Makefile.in (uninstall): Don't remove the lisp and etc
  47.     directories if they're in the source tree.
  48.  
  49.         Bring mumbleclean targets into conformance with GNU coding standards.
  50.     * Makefile.in (mostlyclean, clean): Separate these two; just have
  51.     them pass the request to the subdirectory makefiles.
  52.     (distclean): Pass the request down, and then get rid of the
  53.     files configure built, and get rid of the Makefiles.
  54.     (realclean): Pass the request down, and then do the same things
  55.     distclean does.
  56.     (uninstall, info, dvi): New targets.
  57.  
  58.     * configure.in: Move clause for PC-compatible i386 box to the end
  59.     of the case statement, to avoid masking configurations below.
  60.  
  61.     * configure.in: Add case for m88k-motorola-sysv4.
  62.  
  63.     * configure.in: Add support for HP/UX versions 7, 8, and 9 on
  64.     the HP 68000 machines.
  65.  
  66.     * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
  67.     C_SWITCH_X_SITE's -L and -I switches in quotes, so the
  68.     preprocessor won't fiddle with them.
  69.  
  70. Sun Jun 13 04:23:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  71.  
  72.     * Makefile.in (TAGS): cd to src to run etags.
  73.  
  74. Sat Jun 12 05:54:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  75.  
  76.     * configure.in (version): Check the X libraries for XrmSetDatabase
  77.     and random, and see if we have -lXbsd.
  78.  
  79. Fri Jun 11 02:35:54 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  80.  
  81.     * configure.in: Pass "-Isrc" to the CPP we run to examine the
  82.     s/*.h and m/*.h files.  Martin Tomes
  83.     <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
  84.  
  85. Thu Jun 10 19:03:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  86.  
  87.     * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
  88.     above the general i386 alternative.
  89.  
  90. Thu Jun 10 01:45:45 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  91.  
  92.     * configure.in: Recognize configuration name for Data General
  93.     AViiON machines.
  94.     
  95.     * configure.in: Use AC_LONG_FILE_NAMES.
  96.  
  97. Wed Jun  9 00:05:06 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  98.  
  99.     * configure.in: Test for bison.
  100.     * Makefile.in (YACC): New variable.
  101.     (lib-src/Makefile.in): Edit YACC into the makefile.
  102.  
  103. Tue Jun  8 02:42:18 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  104.  
  105.     * Version 19.13 released.
  106.  
  107.     * configure.in (CFLAGS): Don't set this according to the value of
  108.     the GCC shell variable.  Instead, consult the machine and system
  109.     files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
  110.     test __GNUC__ while we're at it.
  111.  
  112.     * configure.in: Remove extra ;; from hpux cases.
  113.  
  114. Mon Jun  7 23:55:41 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  115.  
  116.     * configure.in: Check to see if the system has -ldnet.
  117.  
  118. Tue Jun  8 00:22:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  119.  
  120.     * make-dist: Add clauses to distribute lisp/forms-mode.
  121.  
  122. Mon Jun  7 13:53:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  123.  
  124.     * configure.in (machine): Fix the versions in hpux version number test.
  125.     Do not guess based on cpu type.  Do check for explicit system version.
  126.  
  127. Thu Jun  3 16:42:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  128.  
  129.     * configure.in: Do NOT look for `unknown' as company name.
  130.  
  131. Wed Jun  2 12:10:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  132.  
  133.     * configure.in: Fix typo in message.
  134.  
  135. Tue Jun  1 00:08:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  136.  
  137.     * Version 19.12 released.
  138.  
  139.     * Makefile.in (do-install): Correct previous etc-copying change.
  140.     Partially rewrite using `if'.
  141.     (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
  142.  
  143.     * Version 19.11 released.
  144.  
  145.     * configure.in: Handle 386bsd.
  146.  
  147. Mon May 31 00:23:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  148.  
  149.     * make-dist: Update getdate.c.
  150.  
  151.     * configure.in: Handle bsd386.
  152.  
  153.     * Makefile.in (do-install): Use `-' in tar options.
  154.  
  155.     * configure.in: Change  ! "${...}"  to  x"${...}" = x.
  156.  
  157.     * Makefile.in (do-install): Copy the DOC-* files from the build
  158.     etc directory, as well as lots of things from ${srcdir}/etc.
  159.  
  160.     * make-dist: Copy config.guess.
  161.  
  162.     * configure.in: Handle AIX versions 1.2, 1.3.
  163.  
  164. Sun May 30 15:37:57 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  165.  
  166.     * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
  167.     the configuration name mips-mips-usg* to represent USG systems.
  168.  
  169.     * configure.in: Fix logic to detect if srcdir is already configured.
  170.  
  171.     * Makefile.in: Pass in LD_SWITCH_X_SITE.
  172.  
  173.     * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
  174.     foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
  175.     of a directory; cd might fail, and have pwd print out the current
  176.     directory.
  177.  
  178. Sun May 30 14:55:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  179.  
  180.     * configure.in: When looking for sources, use '.', not `.`.  Also '..'.
  181.  
  182. Sun May 30 14:23:50 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  183.  
  184.     * configure.in: Complain if srcdir points at an already-configured
  185.     tree.
  186.  
  187. Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  188.  
  189.     * Version 19.10 released.
  190.  
  191. Sat May 29 16:52:24 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  192.  
  193.     * Makefile.in: Use Makefile comments, not C comments.
  194.  
  195.     * configure.in: Add case for the Tektronix XD88.
  196.  
  197. Sat May 29 16:30:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  198.  
  199.     * configure.in: Handle sysv4.2 and sysvr4.2.
  200.  
  201. Sat May 29 15:30:00 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  202.  
  203.     * configure.in: Traverse the argument list without destroying it;
  204.     don't use shift.  It turns out that "set - ${saved_arguments}"
  205.     doesn't work portably.
  206.  
  207.     * configure.in: Add missing "fi".
  208.  
  209.     * make-dist: Rebuild configure if configure.in is newer.
  210.  
  211.     * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
  212.     targets to be executed even if make remembers that it has already
  213.     stisfied FRC.
  214.  
  215. Sat May 29 02:09:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  216.  
  217.     * Makefile.in (do-install): Delete redundant code to copy etc twice.
  218.  
  219.     * configure.in (romp): Handle various version numbers with aos and bsd.
  220.  
  221. Fri May 28 17:02:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  222.  
  223.     * configure.in: Fix message text.
  224.  
  225. Fri May 28 00:31:48 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  226.  
  227.     * make-dist: Make a `site-lisp' directory in the distribution,
  228.     instead of a `local-lisp' directory, which hasn't been the
  229.     appropriate name for a long time.
  230.     * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
  231.     from the distribution first, then /usr/local/lib/emacs/site-lisp.
  232.  
  233.     * Makefile.in (do-install): Correctly detect if ./etc and
  234.     ${srcdir}/etc are the same.
  235.  
  236.     * configure.in: Extract UNEXEC from the system configuration
  237.     files, compute the name of the source file corresponding to the
  238.     object file, and #define it as UNEXEC_SRC in config.h.
  239.  
  240.     * configure.in: If srcdir is '.', then try using PWD to make it
  241.     absolute.
  242.  
  243.     * configure.in: Include ${srcdir} in the printed report, to help
  244.     people notice if it's an automounter path.
  245.  
  246. Thu May 27 23:23:58 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  247.  
  248.     * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
  249.  
  250. Thu May 27 18:01:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  251.  
  252.     * Makefile.in (do-install): Delete the dest dir, not the source dir,
  253.     when they are different.  Add  `shift' command.
  254.     (COPYDESTS, COPYDIR): Delete external-lisp dir.
  255.     (externallispdir): Var deleted.
  256.  
  257.     * configure.in: Delete spurious paren outputting short_usage.
  258.  
  259. Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  260.  
  261.     * Version 19.9 released.
  262.  
  263. Wed May 26 14:23:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  264.  
  265.     * Makefile.in (${SUBDIR}): Pass the value of the make variable to
  266.     subdirectory makes.
  267.  
  268.     * make-dist: Check for .elc files with no corresponding .el file.
  269.  
  270.     * Makefile.in (mkdir): Make all the directories in locallisppath.
  271.  
  272.     * config.guess: New file.
  273.     * configure.in: Use it, tentatively.
  274.     * INSTNALL: Mention its usage.
  275.  
  276.     * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
  277.     the former gives you the operating system rev directly.  Use
  278.     s/hpux.h if we don't recognize what we got.
  279.  
  280.     * Makefile.in (do-install): Don't remove a destination directory
  281.     if it's the same as the source.  If ${srcdir}/info == ${infodir},
  282.     don't try to copy the info files.
  283.  
  284.     * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
  285.     doesn't work if you're not using a separate source directory.
  286.     (do-install): Copy the build tree's etc directory only after
  287.     making sure it's not also the source tree's etc directory.
  288.  
  289. Wed May 26 13:43:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  290.  
  291.     * configure.in: Handle sunos4.1.3 specially.
  292.  
  293. Tue May 25 12:47:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  294.  
  295.     * Makefile.in (INSTALL): Add definition.
  296.  
  297.     * configure.in: Fix some messages.  Support -with-gnu-cc.
  298.     At the end, use `set --', not `set -'.
  299.     Delete spurious `.h' in hpux alternatives.
  300.  
  301. Tue May 25 05:15:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  302.  
  303.     * Version 19.8 released.
  304.  
  305. Tue May 25 00:55:45 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  306.  
  307.     * configure.in: When looking for source in the same directory as
  308.     the configure script, make the path thus discovered absolute.
  309.     If the user specifies the `--srcdir' switch, make that directory
  310.     absolute too.
  311.  
  312.     * Makefile.in (srcdir): Remove comment saying this doesn't work.
  313.  
  314.     * Makefile.in (src/paths.h): Edit the `infodir' variable into this
  315.     too, as the value of the PATH_INFO macro.
  316.  
  317.     * configure.in: Check to see if the source lives in the same
  318.     directory as the configure script.
  319.  
  320. Mon May 24 12:14:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  321.  
  322.     * Makefile.in (install): Split this into `install' and
  323.     `do-install', to give people more control over exactly what gets
  324.     done.
  325.     (do-install): New target, containing the guts of `install'.  Don't
  326.     remove and recreate the directories inside the copying loop - do
  327.     it all before the copying loop.  Pass more flags to the lib-src
  328.     make.
  329.     (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
  330.     avoid errors and warnings.
  331.  
  332.     * configure.in: For generic IBM PC boxes, insist on "unknown" for
  333.     the manufacturer - the more general case was blocking other i386
  334.     configuration names below, and that's how the names are written in
  335.     MACHINES anyway.
  336.  
  337.     * make-dist: When breaking links, remove the link before moving
  338.     the copy onto it, to avoid interactive behavior.
  339.  
  340.     * Makefile.in: Doc fix.
  341.  
  342.     * configure.in: Doc fix.
  343.  
  344.     * INSTALL: Mention --exec-prefix option.
  345.  
  346.     * configure.in: Add support for the `--exec-prefix' option.
  347.     * Makefile.in: Accept that support.
  348.  
  349.     * configure.in: Use the AC_PROG_INSTALL macro.
  350.     * Makefile.in (INSTALL): Variable removed.
  351.     (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
  352.  
  353.     * configure.in: Distinguish between hp800's and hp700's by calling
  354.     "uname -m".
  355.  
  356. Mon May 24 00:12:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  357.  
  358.         * configure.in: Recognize configuration names for i860 boxes
  359.     running SYSV.
  360.  
  361. Sun May 23 00:37:44 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  362.  
  363.     * configure.in: Distinguish between hp800's and hp700's by the
  364.     version of HP/UX they run, since that's something people are more
  365.     likely to know - hp700's run 8.0.
  366.     Add HP 700 configuration.
  367.  
  368.     * configure.in: Test for the presence of the `rename' function.
  369.  
  370.     * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
  371.     configure.in.
  372.     (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
  373.  
  374.     * make-dist: Break intra-tree links.
  375.  
  376.     * configure.in: Explain that this is an autoconf script, and give
  377.     instructions for rebuilding configure from it.  Arrange to put
  378.     comments in configure explaining this too.
  379.  
  380.     * configure.in: Make the first line of the configure script be
  381.     "#!/bin/sh".  Leaving the first line blank didn't work.
  382.  
  383.     * configure.in (long_usage): Removed; made short_usage describe
  384.     the options briefly.
  385.  
  386.     * configure.in: Implement the --prefix option.
  387.     * Makefile.in (prefix): Add support for it here.
  388.     * INSTALL: Document it here.
  389.  
  390.     * Makefile.in (install): Don't assume that the files in the `info'
  391.     subdirectory match  *.info.  They don't have that prefix.
  392.  
  393. Sat May 22 22:53:24 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  394.  
  395.     * configure.in: Add case for version 5 of Esix.
  396.  
  397. Sat May 22 17:24:06 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  398.  
  399.         * Version 19.7 released.
  400.  
  401.     * make-dist: There aren't any *.com files in lib-src anymore.
  402.  
  403.     * make-dist: Copy texinfo.tex and texindex.c, rather than linking
  404.     them; they're symlinks to other filesystems on the GNU machines.
  405.  
  406.     * make-dist: Check that the manual reflects the same version of
  407.     Emacs as stated in lisp/version.el.  Edit that version number into
  408.     the README file.
  409.  
  410. Fri May 21 17:32:41 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  411.  
  412.     * configure.in: Remove the hack of AC_DEFINE; use
  413.     AC_DEFINE_UNQUOTED.
  414.  
  415. Thu May 20 01:24:24 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  416.  
  417.     * make-dist: Don't distribute precomp.com, compile.com, or
  418.     link.com from ./src; they're in ./vms now.
  419.  
  420.     Some time-handling patches from Paul Eggert:
  421.     * configure.in: Add AC_TIMEZONE.
  422.  
  423. Wed May 19 20:56:26 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  424.  
  425.     * configure.in: Recognize Linux as a valid operating system for
  426.     the i386.
  427.  
  428. Tue May 18 16:31:50 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  429.  
  430.     * make-dist: Distribute some VMS files we got from Richard Levitte.
  431.  
  432.     * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
  433.     the source for the sed command, not oldXMenu/Makefile.
  434.  
  435. Mon May 17 19:33:55 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  436.  
  437.     * INSTALL: Don't claim the srcdir option doesn't work.
  438.  
  439. Sun May 16 18:41:27 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  440.  
  441.     * configure.in: Include remarks saying what order the autoconf
  442.     tests should go in, and remind people to change config.h.in
  443.     whenever they add autoconf tests which make #definitions.
  444.  
  445.     * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
  446.  
  447. Sat May 15 16:47:50 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  448.  
  449.     * Makefile.in (oldXMenu/Makefile): Make this depend on
  450.     ${srcdir}/oldXMenu/Makefile.in, not itself.
  451.  
  452.     * PROBLEMS: Some updates from David J. Mackenzie.
  453.  
  454.     More changes from David J. Mackenzie.
  455.     * Makefile.in (install.sysv, install.xenix, install.aix): Targets
  456.     removed; autoconf and config.h should specify all these
  457.     differences.
  458.     (buildlisppath): Make this path depend on ${srcdir}.
  459.     (INSTALLFLAGS): Removed.
  460.     (INSTALL): Include the -c flag.
  461.     (install): Change the way we invoke install accordingly.
  462.  
  463.     Install ${srcdir} changes from DJM.
  464.     * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
  465.     list.
  466.     (COPYDIR, COPYDESTS): Install files from both the etc directory in
  467.     the source tree and the etc directory in the object tree.
  468.     (${SUBDIR}): Pass the prefix variable down to submakes.
  469.     (everywhere): Use `sed', not `/bin/sed'.  Not all systems have sed
  470.     in /bin.
  471.     (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
  472.     values for srcdir and VPATH.
  473.     (install): Add `v' flag to tar command.  Make sure that `dir'
  474.     exists in ${srcdir}/info before copying it.  Remember that the man
  475.     pages come from the source tree, not the object tree.
  476.     * configure.in: Remove remarks saying that the --srcdir option
  477.     doesn't work.
  478.     Create the etc directory in the object tree.
  479.     Recognize configuration names of the form *-sun-solaris*.
  480.     Recognize sunos5 and solaris as operating system names.
  481.  
  482.     * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
  483.     lib-src/getdate.y and src/systime.h.
  484.  
  485. Sat May 15 00:12:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  486.  
  487.     * make-dist: Make links in info subdir.
  488.  
  489. Thu May 13 15:28:19 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  490.  
  491.     * configure.in: Call AC_STDC_HEADERS.
  492.  
  493. Mon May 10 15:19:03 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  494.  
  495.     * configure.in: Sidestep autoconf's quoting of the second argument
  496.     of AC_DEFINE, so we can specify the value to put there.  It would
  497.     be nice if autoconf provided some way to specify computed values
  498.     for macros.
  499.  
  500. Sun May  9 17:30:48 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  501.  
  502.     * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
  503.     this is always just -DHAVE_CONFIG_H.
  504.  
  505.     The GNU coding standards specify that CFLAGS should be left for
  506.     users to set.
  507.     * Makefile.in (CFLAGS): Let configure determine the default value
  508.     for this.  Don't
  509.     have it default to DEFS.
  510.     (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
  511.     (lib-src/Makefile, src/Makefile): Edit the default value for
  512.     CFLAGS into these files, not DEFS.
  513.     * configure.in (CFLAGS): Choose a default value for this - "-g"
  514.     normally, or "-g -O" if we're using GCC.  Edit it into the
  515.     top-level Makefile.
  516.  
  517.     * configure.in: When scanning the machine and system description
  518.     #include files, write their names to conftest.c properly.
  519.  
  520. Fri May  7 00:57:13 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  521.  
  522.     * configure.in: In configuration name case for Apallos running
  523.     Domainios, set opsys, not opsysfile.
  524.  
  525.     * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
  526.     src/config.h, instead of AC_OUTPUT; the latter overwrites
  527.     src/config.h even when it hasn't changed, puts a makefile-style
  528.     comment at the top even though it's C code, and produces a
  529.     config.status script which doesn't do the job right.
  530.  
  531.     * configure.in: Add AC_LN_S test, so we can tell whether or not we
  532.     can use a symbolic link to get the X Menu library into src.
  533.     * Makefile.in (LN_S): New variable.
  534.     (src/Makefile): Edit the value of LN_S into this makefile.
  535.  
  536. Thu May  6 14:03:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  537.  
  538.     * configure.in: Support *-sco3.2v4* as opsystem.
  539.  
  540.     * make-dist: Don't include calc directory.
  541.     Exclude many files in the man directory; copy a few.
  542.  
  543. Tue May  4 10:15:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  544.  
  545.     * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
  546.     call AC_STRUCT_TM to see what's in time.h.
  547.  
  548.     * configure.in: Employ quoting stupidity to get the value of CPP
  549.     to expand properly.
  550.  
  551. Tue Apr 27 13:00:28 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  552.  
  553.     * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
  554.     variable to scan the machine and system description files.
  555.  
  556.     * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
  557.     so that getdate.y builds correctly.
  558.  
  559. Mon Apr 26 19:11:45 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  560.  
  561.     * configure.in (tempcname): Change this to "conftest.c", so it will
  562.     work properly on systems with short filenames; this is the name
  563.     autoconf uses.
  564.  
  565.     * configure.in: Also detect the availability of dup2 and
  566.     gethostname.
  567.  
  568.     * configure.in: Use the AC_ALLOCA test.
  569.     * Makefile.in (ALLOCA): New variable, to be set by ./configure.
  570.     (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
  571.  
  572. Sat Apr 24 23:41:48 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  573.  
  574.     * make-dist: Distribute configure, as well as configure.in.
  575.     Oversight.
  576.  
  577. Fri Apr 23 17:32:12 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  578.  
  579.     * Makefile.in (install): Print out the name of the directory we're
  580.     copying, so people can have some idea of whether we're making
  581.     progress.
  582.  
  583.     * Makefile.in (install.aix, install.xenix, install.sysv, install):
  584.     Don't forget to re-create the COPYDESTS directories after we clear
  585.     them out.
  586.  
  587. Tue Apr 13 00:58:01 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  588.  
  589.     * Makefile.in: Add autoconf cookies so that the configure
  590.     script can comment out sections of path variable definitions to
  591.     choose between the installable configuration and the run-in-place
  592.     configuration.
  593.     * configure.in: Add new option `--run-in-place', to select the
  594.     run-in-place path definitions.
  595.  
  596.     * configure.in: Add a clause to the big configuration name case
  597.     for the NeXT machine.
  598.  
  599. Mon Apr 12 22:20:30 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  600.  
  601.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  602.     Make sure that each source directory exists, and is different from
  603.     the destination directory; then, delete the destination before
  604.     copying over the source.
  605.  
  606.     * make-dist: Distribute configure.in, instead of configure.
  607.  
  608. Sat Apr 10 04:29:06 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  609.  
  610.     * configure.in: Don't set CC to "gcc -O" if the user specifies
  611.     `--with-gcc'.  Add -O to DEFS if GCC is set.
  612.  
  613. Fri Apr  9 07:20:40 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  614.  
  615.     * Makefile.in (clean mostlyclean): Missing right paren.
  616.  
  617.     * configure.in: When checking for X windows, search for an X11
  618.     subdirectory of ${x_includes}.
  619.  
  620.     * configure.in: Check for gettimeofday function, for getdate.y.
  621.  
  622.         Change `configure' to a mixture of custom code and autoconf stuff.
  623.     autoconf can't derive all the information we need, but we'd really
  624.     like to be able to take advantage of some of its tests, and its
  625.     file-editing facilities.
  626.     * configure.in: Renamed from configure.
  627.     Quote the sections of shell script we want copied literally to 
  628.     the configure script.
  629.     (compile): Initialize this to make the autoconf macros' code happy.
  630.     Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
  631.     code to do their jobs.
  632.     Use autoconf to produce Makefile and src/config.h.
  633.     Remove the Makefile-style comment that autoconf places at the top
  634.     of src/config.h.
  635.     (config_h_opts): Removed - no longer necessary.
  636.     * Makefile.in (configname): Renamed to configuration.
  637.     (CONFIG_CFLAGS): Renamed to DEFS.
  638.     (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
  639.     get values via autoload @cookies@.
  640.     (libsrc_libs): Get this from autoconf.  We used to do nothing
  641.     about this.
  642.     (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
  643.  
  644.     * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
  645.     echo the move-if-change command.
  646.  
  647. Thu Apr  8 05:29:14 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  648.  
  649.     * make-dist: Distribute lib-src/rcs-checkin.
  650.  
  651.     * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
  652.     Don't try to make links to the RCS or Old subdirectories.
  653.     Use the appropriate extension for the compression type in use.
  654.     Create the tar file in the shell's initial default directory, not
  655.     in ${tempparent}.
  656.     Erase the whole ${tempparent} tree, not just ${tempdir}.
  657.  
  658. Tue Mar 30 15:32:59 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  659.  
  660.     * Makefile.in (src/paths.h): Don't echo the huge sed command we
  661.     use to build paths.h.
  662.     (lib-src/Makefile, src/Makefile): Similarly.
  663.  
  664.     * configure: Extend test for working `const' keyword to handle AIX
  665.     3.2 cc.
  666.  
  667. Wed Mar 24 20:12:05 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  668.  
  669.     * make-dist: Distribute lisp/term/ChangeLog.
  670.  
  671.         Arrange for C compilation throughout the tree to get
  672.     C_SWITCH_SYSTEM from the configuration files.
  673.     * configure: Extract C_SWITCH_SYSTEM from the machine and
  674.     system-dependent files, and save it in the top-level Makefile.
  675.     * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
  676.     (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
  677.  
  678.     * make-dist: Include the VMS support files in oldXMenu in the
  679.     distribution.
  680.  
  681.     * configure: Doc fix.
  682.  
  683.     * configure: Fix corrupted config_h_opts.
  684.  
  685.     * configure: Properly report option names in error messages.
  686.  
  687.     * configure: Properly recognize --x-includes and --x-libraries
  688.     options.
  689.  
  690.     * configure: Fix syntax errors in code handling XFree386.
  691.  
  692. Tue Mar 23 00:29:52 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  693.  
  694.     * configure: Add special code to detect XFree386, and tell
  695.     config.h about it.
  696.  
  697.     * configure: Properly handle extracting values of LIBS_MACHINE and
  698.     LIBS_SYSTEM that contain spaces.
  699.  
  700.     * configure: Add `--x-includes' and `--x-libraries' options.  I
  701.     think these are dopey, but no less than three alpha testers, at
  702.     large sites, have said they have their X files installed in odd
  703.     places.  Implement them by setting C_SWITCH_X_SITE and
  704.     LD_SWITCH_X_SITE in src/config.h.
  705.  
  706. Mon Mar 22 14:57:04 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  707.  
  708.     * make-dist: Don't distribute etc/Old files.
  709.  
  710.     * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
  711.       backups.
  712.  
  713. Sat Mar 20 13:11:55 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  714.  
  715.     * make-dist: Fix typo.
  716.  
  717. Fri Mar 19 08:08:04 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  718.  
  719.     * make-dist: Corrected typo, fixed it to discard = and TAGS files
  720.     in some cases where it should but didn't seen to.
  721.  
  722.     * Makefile.in: Added unlock and relock productions.
  723.  
  724. Thu Mar 18 23:12:47 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  725.  
  726.     * make-dist: Add a --compress option to force make-dist to use
  727.     compress.
  728.  
  729.     * make-dist: Use gzip, if we can find it.
  730.  
  731.     * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
  732.     make rs6000-ibm-aix default to -aix32.
  733.  
  734. Wed Mar 17 13:23:14 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  735.  
  736.     * Makefile.in: Added `Developer's configuration' section.
  737.  
  738. Wed Mar 17 08:30:52 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  739.  
  740.     * Makefile.in: Add commented-out variable settings for developer's
  741.       configuration.
  742.  
  743. Sun Mar 14 20:16:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  744.  
  745.     * make-dist: Distribute `src/bitmaps' too.
  746.  
  747. Sun Mar 14 17:16:53 1993  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
  748.  
  749.     * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
  750.     make rs6000-ibm-aix default to -aix32.
  751.  
  752. Tue Mar  9 11:05:00 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  753.  
  754.     * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
  755.  
  756.     * Makefile.in (install.sysv): Add a second `$' in front of
  757.     `${dest}', so that the shell will expand it, instead of Make.
  758.  
  759.     * configure: When processing the name of the configure script,
  760.     collapse `././' to `./', but leave a single `./' prefix alone.
  761.  
  762.     * configure: Doc fix.
  763.  
  764. Thu Mar  4 09:42:29 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  765.  
  766.     * configure: Handle isc3.0 correctly.
  767.  
  768. Thu Feb 25 00:31:33 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  769.  
  770.     * make-dist: Don't try to copy the COPYING notice into
  771.     external-lisp; we're not distributing that directory any more.
  772.  
  773. Wed Feb 24 17:25:27 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  774.  
  775.     * Makefile.in (install, install.aix, install.xenix, install.sysv):
  776.     Remove CVS subdirectories from the installed directory trees, as
  777.     well as RCS directories.
  778.  
  779. Tue Feb 23 06:54:11 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  780.  
  781.     * make-dist: Only copy gmalloc.c if we couldn't link it.
  782.     Don't try to copy man/{README,Makefile} unless they actually exist.
  783.  
  784.     * Makefile.in (lisppath): Don't include externallispdir in this.
  785.     We're not sure whether we're even going to distribute the
  786.     directory yet.
  787.  
  788. Wed Feb 17 20:19:06 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  789.  
  790.     * make-dist: Don't distribute the external-lisp directory anymore.  
  791.     * INSTALL: Remove all references to external-lisp.
  792.  
  793.     * configure: Detect whether the compiler supports `const'
  794.     properly, and edit src/config.h accordingly.
  795.  
  796.     * configure: Tweak layout of final report.
  797.  
  798.     * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
  799.     CFLAGS.
  800.  
  801.     * Makefile.in (locallisppath): Make this default to
  802.     ${datadir}/emacs/site-lisp, instead of
  803.     ${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
  804.     the same thing, and local-lisp causes completion conflicts with
  805.     lock.
  806.     (lisppath): Add ${externallispdir} to this.
  807.     * INSTALL: Adjust installation directions.
  808.  
  809.     * Makefile.in (externallispdir): New variable, to say where to
  810.     install the externally-maintained lisp files.
  811.     (COPYDIR, COPYDESTS): Copy the external lisp directory just like
  812.     the others.
  813.     * INSTALL: Describe external-lisp and the new externallispdir
  814.     variable.
  815.  
  816. Sun Feb 14 08:47:04 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  817.  
  818.     * configure (progname): New option `--with-gcc'.  Make it clearer
  819.     how we are trying to guess whether or not we have GCC.
  820.     * INSTALL: Document the `--with-gcc' option, and improve
  821.     description of `--with-x' options.
  822.  
  823. Sat Feb  6 19:55:48 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  824.  
  825.     * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
  826.     ${infodir} from these variables; we have written out explicit code
  827.     to install the info files.
  828.  
  829. Mon Jan 25 23:27:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  830.  
  831.     * make-dist: Don't distributed the RCS files in the etc directory.
  832.  
  833. Sun Jan 24 20:48:02 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  834.  
  835.     * Makefile.in: Some makes can't handle comments in the middle of
  836.     commands; move them to before the whole rule.
  837.  
  838. Sat Jan 16 00:37:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  839.  
  840.     * README: Mention what Emacs is.
  841.  
  842. Thu Jan 14 12:27:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  843.  
  844.     * make-dist: Include `./lisp/calc-2.02' in the distribution.
  845.     Add `./cpp' and `./man' back into the distribution.
  846.  
  847. Wed Jan 13 17:20:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  848.  
  849.     * Makefile.in: Define MAKE, and use where appropriate.
  850.  
  851. Thu Jan  7 04:37:46 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  852.  
  853.     * make-dist: Remember that the authoritative COPYING notice is
  854.     `etc/COPYING', not `../etc/COPYING'.
  855.  
  856. Sun Dec 20 23:59:43 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  857.  
  858.     * make-dist: Make sure that the COPYING notices in each directory
  859.     are copies, not symlinks.
  860.  
  861. Sat Dec 19 06:46:05 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  862.  
  863.     * INSTALL: The build process produces an executable called `emacs'
  864.     now.  Change references.
  865.     * Makefile.in: Adjust `install.mumble' targets to install
  866.     `src/emacs', not `src/xemacs'.
  867.  
  868.     * configure: Start with a blank line; this keeps some old CSH's
  869.     from thinking it's a CSH script.  Most systems will just use
  870.     /bin/sh to run it, which is what we're expecting; the only other
  871.     shells which might try to interpret it themselves are probably
  872.     Bourne-compatible.
  873.  
  874. Mon Dec 14 07:09:36 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  875.  
  876.     * INSTALL: Improvements suggested by David Mackenzie.
  877.  
  878. Sat Dec 12 00:31:46 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  879.  
  880.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  881.     Don't try to copy the info files if there aren't any; the
  882.     unexpanded globbing pattern disappoints `install'.  Ignore the
  883.     return status of that command.
  884.  
  885.     * INSTALL: Updated for new configuration arrangement.
  886.  
  887.     * configure: Don't make the top-level Makefile read-only - people
  888.     may want to edit the values of the path variables.
  889.  
  890.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  891.     Install the info files in ${infodir}.  Install the executable
  892.     under both `emacs' and `emacs-VERSION'.
  893.  
  894.     * Makefile.in: Doc fix.
  895.  
  896.     * Makefile.in (exec_prefix): New variable, as per latest version
  897.     of coding standards.
  898.     (bindir, libdir): Use it, instead of `prefix'.
  899.     (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
  900.  
  901.     * Makefile.in (mandir): Make the default value for this depend on
  902.     $(prefix).
  903.  
  904.     * Makefile.in (datadir, statedir, libdir): Make these all default
  905.     to ${prefix}/lib.
  906.     (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
  907.     to compensate.
  908.  
  909.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  910.     Install the etags and ctags man pages too.
  911.  
  912.     * Makefile.in (distclean): Don't delete backup files; that's the
  913.     job of extraclean.
  914.     (extraclean): Like distclean, but deletes backup and autosave files.
  915.  
  916. Thu Dec 10 21:10:40 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  917.  
  918.     Make path specification conform to GNU coding standards.
  919.     * configure (long_usage): Remove all traces of old arguments from
  920.     usage messages, and document the options we do accept in more
  921.     detail: -with-x... and --srcdir.
  922.     (options, boolean_opts): Deleted; we don't have enough options to
  923.     make this worthwhile.
  924.     (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
  925.     along with the code which supported them; these should be set as
  926.     arguments to the top-level make.
  927.     (config_h_opts): Since this no longer doubles as a list of option
  928.     names, make them upper case; this simplifies the code which uses
  929.     them to build the sed command to edit src/config.h.  Change the
  930.     code which sets them.
  931.     (cc, g, O): Don't allow the user to set these using options; they
  932.     should be specified using `CC=' and `CFLAGS=' arguments to the
  933.     top-level make.  Just choose reasonable default values for them,
  934.     and edit them into Makefile.in's default CC and CONFIG_CFLAGS
  935.     values.
  936.     (gnu_malloc, rel_alloc): Don't allow the user to set these using
  937.     options; use them whenever the configuration files say they're
  938.     possible.
  939.     Simplify the argument processing loop.  Don't accept abbreviations
  940.     for option names; these might conflict with other configuration
  941.     options in the future.
  942.     Add some support for the `--srcdir' option.  Check for the sources
  943.     in . and .. if `--srcdir' is omitted.  If the directories we will
  944.     compile in don't exist yet, create them under the current directory.
  945.     Note that the rest of the build process doesn't really support
  946.     this.
  947.     Edit only the top Makefile.  That should edit the others.  Edit
  948.     into the makefile: `version', from lisp/version.el, `configname'
  949.     and `srcdir' from the configuration arguments, `CC' and
  950.     `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
  951.     the user's path, and LOADLIBES as gleaned from the system
  952.     description files.
  953.     Simplify the report generated; it doesn't need to include any
  954.     description of paths now.
  955.     Make `config.status' exec configure instead of just calling it, so
  956.     there's no harm in overwriting `config.status'.
  957.     * Makefile.in (version, configname): New variables, used to choose
  958.     the default values for datadir and libdir.
  959.     Path variables rearranged into two clearer groups:
  960.     - In the first group are the variables specified by the GNU coding
  961.       standards (prefix, bindir, datadir, statedir, libdir, mandir,
  962.       manext, infodir, and srcdir).
  963.     - In the second are the variables actually used for Emacs's paths
  964.       (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
  965.       archlibdir), which depend on the first category.
  966.     datadir and libdir default to directories under
  967.     ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
  968.     demand.
  969.     etcdir and lispdir default to subdirectories of datadir.
  970.     archlibdir defaults to libdir.
  971.     The new installation tree is a bit deeper than it used to be, so
  972.     use the new make-path program in lib-src to build them all.
  973.     Always build a new src/paths.h.tmp and then move-if-change it to
  974.     src/paths.h, to avoid unnecessary rebuilds while responding to the
  975.     right changes.
  976.     Remove all mention of arch-lib.  Run utility commands from
  977.     lib-src, and let the executables be copied into archlibdir when
  978.     Emacs is installed.
  979.     Add targets for src/Makefile, lib-src/Makefile, and
  980.     oldXMenu/Makefile, editing the values of the path variables into
  981.     them.
  982.     Let lib-src do its own installation.
  983.     (datadir): Default to putting data files under
  984.     ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
  985.     (emacsdir): Variable deleted; it would only be confusing to use.
  986.     (lispdir, etcdir): Default to ${datadir}/lisp.
  987.     (mkdir): Use make-path for this.
  988.     (lockdir): Do this in mkdir.
  989.     (Makefile): New target.
  990.  
  991.     * configure (usage_message): Rename to long_usage.
  992.  
  993.     * make-dist: Don't bother creating an arch-lib directory; that's
  994.     only for installation now.
  995.  
  996. Fri Nov 20 06:15:14 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  997.  
  998.     * configure: Use GCC-style configuration names, using config.sub.
  999.     Change the usage and help messages.
  1000.  
  1001.     * configure: Initialize window_system, not indow_system.
  1002.  
  1003.     * configure: Report which window system, compiler, and signal
  1004.     handler return type we decide to use.
  1005.  
  1006.     * make-dist: Explain what's going on if config.sub and gmalloc.c
  1007.     can't be linked.  Place the code which copies them near the code
  1008.     which links the rest of the files around them.
  1009.  
  1010. Sun Nov 15 20:59:55 1992  Jim Blandy  (jimb@apple-gunkies.gnu.ai.mit.edu)
  1011.  
  1012.     * make-dist: Don't bother to distribute src/*.com, or
  1013.     src/vmsbuild; those have all been moved to `../vms'.
  1014.  
  1015. Sat Nov  7 15:11:39 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1016.  
  1017.     * make-dist: Don't forget that the way to avoid filenames starting
  1018.     with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
  1019.     `[a-zA-Z0-9].h'.  Add a new section for dealing with files that we
  1020.     couldn't make hard links to, since we have two already, and
  1021.     perhaps more to come.
  1022.  
  1023. Wed Nov  4 15:09:07 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1024.  
  1025.     * configure: When editing parameters into lib-src/Makefile, change
  1026.     the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
  1027.     needs some other flags too.
  1028.  
  1029. Tue Nov  3 05:42:55 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1030.  
  1031.     * configure: Remove spurious echo of the configuration name.
  1032.  
  1033.     * make-dist: Don't distribute files in src/m and src/s whose names
  1034.     begin with `='.
  1035.  
  1036. Tue Oct 27 04:06:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1037.  
  1038.     * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
  1039.     Also LISP_FLOAT_TYPE.
  1040.  
  1041. Mon Oct 26 19:55:01 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1042.  
  1043.     * make-dist: Copy config.sub, since it's a symbolic link to a file
  1044.     on another file system.
  1045.  
  1046. Sat Oct 17 17:04:24 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1047.  
  1048.     * make-dist: Include lib-src/makedoc.com and emacs.csh in the
  1049.     distribution.
  1050.  
  1051.     * config.sub: New file, to help us recognize configuration names.
  1052.     * make-dist: Include it in the distribution.
  1053.  
  1054. Mon Sep 14 17:43:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1055.  
  1056.     * configure: Convert `-' to `_' in specified option names.
  1057.     Accept options with --.  Delete --highpri and --have-x-menu options.
  1058.     New options --with-x and --with-x10 replace -window-system.
  1059.     Don't mention options --gnu-malloc, --rel-alloc
  1060.     or --lisp-float-type in help message.
  1061.  
  1062. Sun Sep 13 06:30:52 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1063.  
  1064.         * make-dist: Include the `vms' subdirectory in the distribution.
  1065.  
  1066. Thu Sep 10 16:14:21 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1067.  
  1068.     * configure: Remove lines starting with "# DIST: " when building
  1069.     lib-src/Makefile and src/Makefile.  This allows us to mark the
  1070.     "Makefile.in" files with explanatory comments which won't also get
  1071.     stuck in the Makefiles.
  1072.  
  1073. Sat Sep  5 07:10:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1074.  
  1075.     * make-dist: Don't use the '+' operator in the sed regular
  1076.     expression that extracts the version number from lisp/version.el;
  1077.     Ultrix sed doesn't seem support the operator.  Just double the
  1078.     operand and use *.
  1079.  
  1080. Tue Sep  1 15:56:14 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1081.  
  1082.     * Makefile.in: Doc fix.
  1083.  
  1084. Mon Aug 31 00:25:44 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1085.  
  1086.     * configure: Rewrite sed command to remove at most one ./ prefix;
  1087.     Ultrix's sed doesn't allow us to apply the * operator to a \( \)
  1088.     group.
  1089.  
  1090. Tue Aug 25 18:57:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1091.  
  1092.     * Makefile.in (src/paths.h): Use sed, not /bin/sed.
  1093.  
  1094. Tue Aug 18 16:02:22 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1095.  
  1096.     * make-dist: Go ahead and build a new TAGS file, unless the
  1097.     --newer option was specified.  Don't try to delete a TAGS file
  1098.     from etc; it's not kept there, and shouldn't be deleted anyway.
  1099.  
  1100. Fri Aug 14 12:54:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1101.  
  1102.     * make-dist: If the lisp directory contains a default.el, don't
  1103.     distribute it.
  1104.  
  1105.     * configure: When searching signal.h for the type of a signal
  1106.     return handler, make a copy of it, not a symbolic link to it; that
  1107.     way, it will work on systems that don't have symbolic links.
  1108.  
  1109. Fri Aug 14 12:31:45 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  1110.  
  1111.     * make-dist: taught it about vcdiff and rcs2log, added --newer
  1112.     option for generating incremental distributions.  Stopped it from
  1113.     generating a TAGS file into the distribution; that sucker is
  1114.     *big*, and easily enough generated with the toplevel makefile.
  1115.  
  1116. Thu Aug 13 13:02:31 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1117.  
  1118.     * configure: When writing config.status, don't prefix progname 
  1119.     with a '.'; it might be absolute.
  1120.  
  1121. Wed Aug  5 13:54:39 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1122.  
  1123.     * configure: Choose to use X11 if either /usr/lib/libX11.a or
  1124.     /usr/include/X11 exist, not only if both exist.
  1125.  
  1126. Mon Jul 27 17:41:50 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1127.  
  1128.     * make-dist: Make the new external-lisp directory a duplicate of
  1129.     the external-lisp directory, not the lisp directory.
  1130.  
  1131. Tue Jul  7 14:47:31 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1132.  
  1133.     * Makefile.in (clean, mostlyclean): Don't bother trying to `make
  1134.     clean' in arch-lib; it doesn't even have a Makefile.    
  1135.  
  1136.     * Makefile.in (clean, mostlyclean): In the test which tries to
  1137.     distinguish between the build directory, which should be cleaned,
  1138.     and the installed directory, which shouldn't, cd to `${emacsdir}',
  1139.     not `${DESTDIR}${LIBDIR}'.
  1140.  
  1141. Tue Jun 30 05:05:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1142.  
  1143.     * make-dist: Be sure to delete the .c and .h files that YACC and
  1144.     BISON create from getdate.y.
  1145.  
  1146.         * external-lisp: New directory; see `external-lisp/README'.
  1147.     * make-dist: Added support for the external-lisp subdirectory.
  1148.  
  1149.     * make-dist: Changed message which complains that make-dist wasn't
  1150.     invoked in the right directory to indicate which files it was
  1151.     looking for.
  1152.  
  1153. Mon Jun 29 16:24:41 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1154.  
  1155.     * configure: Add comments explaining why we can't translate
  1156.     character ranges or control characters in `tr'.
  1157.  
  1158. Wed Jun 24 00:18:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1159.  
  1160.     * configure: When generating the configuration message, we used to
  1161.     build the message from the start so that each line began with "# "
  1162.     so that it would be a comment in `config.status'.  However, this
  1163.     causes trouble if any of the variables we use in the message
  1164.     expand to more than one line of text - as gnu_malloc_reason
  1165.     sometimes does.  So instead, we build the message as it should be
  1166.     printed to the user (i.e. without the "# " prefixes), and stick on
  1167.     the "# "s when we write it to `config.status'.
  1168.  
  1169.     * Makefile.in (clean, mostlyclean): Don't neglect to clean out
  1170.     `lib-src' and `arch-lib'.
  1171.  
  1172.     * configure: When generating report and `config.status' file, note
  1173.     that bindir only determines where `make install' and
  1174.     `build-install' will place the executables; this should make it
  1175.     clear that the ordinary build process will not try to install
  1176.     things.
  1177.  
  1178. Wed Jun 10 19:20:27 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1179.  
  1180.     * make-dist: Change messages to say that we are 'making links to
  1181.     X', rather than 'copying X'.  And put `' quotes around file names.
  1182.  
  1183.     * make-dist: Include '.tmp' in the name of the staging directory.
  1184.  
  1185.     * make-dist: Pass the `-f' option to rm when you're not sure that
  1186.     the files you're removing actually exist.
  1187.  
  1188.     * make-dist: When setting up etc/COPYING, always nuke whatever is
  1189.     there, and then copy it in, to make sure we get a real file.
  1190.  
  1191.     * make-dist: Don't try to distribute *.defns files any more.  The
  1192.     only such file was for simula.el, which has been superceded by a
  1193.     version which doesn't have a separate .defns file.
  1194.  
  1195. Thu May 28 09:51:46 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
  1196.     
  1197.     * make-dist: Don't distribute configured versions of config.h.in,
  1198.     paths.h.in, Makefile.in in src.
  1199.         
  1200.     * configure: Delete .tmp files before creating them; don't bother
  1201.     trying to make final targets writeable first, since it won't
  1202.     matter to move-if-change.
  1203.  
  1204. Tue May 19 18:33:04 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1205.  
  1206.     * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
  1207.     mkdir and chmod in the center of all the conditionals.  GNU Make
  1208.     will strip these out, but other makes won't.
  1209.  
  1210. Mon May 18 03:14:40 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1211.  
  1212.     * make-dist: Include move-if-change in list of files to distribute.
  1213.  
  1214. Mon May  4 20:46:16 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1215.  
  1216.     * configure: Remove any "." elements from the program name.
  1217.  
  1218.     * configure: Don't record the values of all the possible arguments
  1219.     in config.status; only record the options that the user specified.
  1220.  
  1221.     * configure: Use move-if-change to move in the new src/config.h.
  1222.  
  1223. Wed Apr 29 23:13:25 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
  1224.  
  1225.         * move-if-change: New file, copied from gcc release.
  1226.         * Makefile.in (src/paths.h): Use it, and put the "sed" output into
  1227.         a temp file, so we don't update paths.h if an error occurs or if
  1228.         it doesn't need changing.
  1229.  
  1230. Tue Apr 28 17:00:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1231.  
  1232.     * Makefile.in (src/paths.h): Do not install a value for the
  1233.     PATH_SUPERLOCK value; that macro doesn't exist anymore.
  1234.     * build-install.in: Same thing.
  1235.  
  1236. Fri Apr 24 02:10:56 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1237.  
  1238.     * make-dist: Check the flag called "make_tar", not "make_dir"; the
  1239.     latter, being a typo, is always false, resulting in a program
  1240.     whose default behaviour is to painstakingly build a copy of the
  1241.     source tree, and then delete it.  Rah.
  1242.  
  1243.     * Makefile.in: Add dist target, and comment for it.
  1244.  
  1245.     * configure: When scanning <signal.h> for a declaration for
  1246.     signal, create a symbolic link with a name ending in .c, so the
  1247.     compiler won't complain that it's only been given .h files.
  1248.  
  1249.     * configure: Check whether there are any arguments available
  1250.     before shifting to get the value of a non-boolean parameter.
  1251.  
  1252.     * make-dist: Doc fix.
  1253.  
  1254. Mon Apr 20 09:54:48 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1255.  
  1256.     * configure: Instead of grepping /usr/include/signal.h for a
  1257.     signal declaration, run /usr/include/signal.h or
  1258.     /usr/include/sys/signal.h through cpp and grep for the
  1259.     declaration.
  1260.  
  1261.     * configure: Redirect the output of grep to /dev/null instead of
  1262.     using grep -s - that flag means different things on other systems.
  1263.  
  1264.     * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
  1265.     since the former is recognizable even if you don't know what
  1266.     'dumping' is.
  1267.     * configure: Accomodate that change.
  1268.  
  1269.     * configure: Accept options for all of the directories you can
  1270.     change in the Makefile.
  1271.  
  1272.     * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE". 
  1273.  
  1274.     * INSTALL: Mention that you have to copy all the 'FOO.in' files to
  1275.     FOO before you can use them.
  1276.  
  1277.     * build-install.in: Made the "Where To Install Things" section
  1278.     conform with the similar section from Makefile.in.  Copied section
  1279.     which builds src/paths.h from src/paths.h.in from the Makefile.
  1280.  
  1281. Sun Apr 19 05:29:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1282.  
  1283.     * configure: Write config.status to pass its command-line
  1284.     arguments on to configure, so that people can use it to recreate
  1285.     an old configuration, with minor changes.
  1286.  
  1287. Thu Apr 16 22:49:13 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1288.  
  1289.     * configure: Don't rely on option variables being unset if their
  1290.     values are the empty string.  In particular, when producing the
  1291.     English report, don't assume that highpri will be unset when no
  1292.     increased priority has been requested; -highpri='' should be the
  1293.     same as omitting -highpri altogether.
  1294.  
  1295.     * configure: Fix dumb bug: when running the system and machine
  1296.     description files through cpp, mark those lines that we want to
  1297.     evaluate with the string '@configure@', and then only evaluate
  1298.     them.  This way if the files include anything that actually
  1299.     generates text (type definitions or external declarations, say),
  1300.     we won't try to eval it.
  1301.  
  1302. Sat Apr 11 16:00:52 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1303.  
  1304.     * make-dist: New shell script.
  1305.  
  1306.     * configure: When creating foo from foo.in, make foo read-only to
  1307.     remind people to edit the .in file instead.
  1308.  
  1309.     * INSTALL: Changed references to config.h-dist to config.h.in.
  1310.     The "BUILDING GNU EMACS BY HAND" section neglected to mention how
  1311.     to build src/paths.h from src/paths.h.in; added a paragraph to do
  1312.     this.
  1313.     * configure, Makefile, build-install: Changed filenames like
  1314.     FOO-dist to FOO.in.
  1315.  
  1316. Wed Apr  8 00:58:46 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1317.  
  1318.     * Makefile, build-install: Renamed to Makefile.in and
  1319.     build-install.in; the configure script will edit these to produce 
  1320.     the usable Makefile and build-install.
  1321.     * configure: Changed to produce ./Makefile, ./build-install,
  1322.     lib-src/Makefile, and src/Makefile from their *.in counterparts,
  1323.     instead of editing them in place.
  1324.  
  1325. Tue Apr  7 16:44:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1326.  
  1327.     * Makefile: Re-arranged so that the undumped Emacs will search
  1328.     ../lisp *after* the site's local elisp files.
  1329.     (locallisppath, dumplisppath): New variables.
  1330.     (lisppath): This variable's default value is now chosen based on
  1331.     $(locallisppath) and $(lispdir); while it used to be the
  1332.     customization point for adding site-local elisp directories to
  1333.     load-path, that job is now handled mostly by locallisppath.
  1334.     (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
  1335.     Check the values being assigned to the *LOADSEARCH macros for null
  1336.     path elements (like '::' in 'foo::bar').
  1337.  
  1338.     * configure: When checking if the machine- and system-dependent
  1339.     files define a particular macro or not, actually run them through
  1340.     CPP and test the macros with #ifs, instead of just grepping for
  1341.     the macros' names.  In particular, check for SYSTEM_MALLOC in this
  1342.     way.
  1343.  
  1344. Fri Apr  3 22:25:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1345.  
  1346.     * Makefile (install): Don't use -s in install.  (Keep the symbols.)
  1347.  
  1348. Thu Apr  2 01:54:22 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1349.  
  1350.     * configure: Make the config.status file an executable shell
  1351.     script which will recreate the same configuration.  Include the
  1352.     verbal description of the current configuration as a comment in
  1353.     the script.
  1354.     * INSTALL: Doc fix.
  1355.  
  1356.     * Makefile: brought the Makefile up to the GNU coding 
  1357.     standards, as described in standards.text:
  1358.     (TAGS): New name for the target which rebuilds the tags table.
  1359.     (check): New target; doesn't do anything yet.
  1360.     (mostlyclean): New target, synonymous with clean.
  1361.     (realclean): New target.  Currently, this just calls the
  1362.     subdirectories's makefiles and then deletes config.status.
  1363.     (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
  1364.     variables.
  1365.     Installation directory variables changed to conform.
  1366.     (install, install.sysv, install.xenix, install.aix): Changed the
  1367.     code which copies the directories into their installed location to
  1368.     allow the installed locations to be in several different
  1369.     directories; the old version assumed that they would all be in
  1370.     $(emacsdir).
  1371.     (mkdir, lockdir): Allow the installed locations to be in several
  1372.     different directories.
  1373.     * INSTALL: Doc fix.
  1374.  
  1375.     * build-install: Use the same variable names as the Makefile.
  1376.     Allow the installed locations to be in several different
  1377.     directories.
  1378.  
  1379. Tue Mar 31 10:25:57 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1380.  
  1381.     * Makefile (src/paths.h): Instead of using a single sed command to
  1382.     edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
  1383.     separately, and don't forget to append "/!!!SuperLock!!!" to the
  1384.     value of the PATH_SUPERLOCK macro.
  1385.  
  1386.     * config.emacs: Renamed to configure, for consistency with other
  1387.     GNU products.  Internal references changed.
  1388.     INSTALL, Makefile: References changed.
  1389.  
  1390.     * lock: New directory, which should always be empty.  If this
  1391.     directory doesn't exist, Emacs won't complain; it just won't lock.
  1392.     Having this here means that people can just unpack Emacs, build
  1393.     it, and have locking work.
  1394.  
  1395.     * share-lib: Re-renamed to etc, for the sake of tradition.
  1396.     * config.emacs: Changed default value for datadir to ../etc.
  1397.     * INSTALL, README: Adjusted.    
  1398.  
  1399. Wed Mar 18 15:54:58 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1400.  
  1401.     * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
  1402.     by running CPP on the appropriate s/*.h and m/*.h files.
  1403.  
  1404. Mon Mar 16 17:38:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1405.  
  1406.     * config.emacs: Make sure to set the "exit on error" flag once
  1407.     we've removed config.status; errors should abort the configuration.
  1408.  
  1409. Sat Feb 15 17:23:07 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1410.  
  1411.     * config.emacs: Added -distribute option, so that the Makefile
  1412.     paths are in their proper form.  I don't know why this matters.
  1413.  
  1414. Fri Feb 14 13:58:57 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1415.  
  1416.     * local-lisp: New directory, empty in the distribution, for people
  1417.     to put local elisp code in.
  1418.     * config.emacs: Include it in the default load path.
  1419.     * README: Document it.
  1420.  
  1421. Thu Jan 30 10:26:45 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1422.  
  1423.     * config.emacs: Guess the type of signal handling functions based
  1424.     on the contents of /usr/include/signal.h.
  1425.  
  1426.     * config.emacs: Print out progress report messages.
  1427.     
  1428.     * Makefile (src/paths.h): Don't generically replace
  1429.     /usr/local/lib/emacs with LIBROOT.  This can hide bugs in the
  1430.     editing of the other entries, and each entry should be dealt with
  1431.     explicitly anyway.
  1432.  
  1433.     * build-install: Converted from C-shell to Bourne shell.
  1434.     * config.emacs: Edit build-install properly.
  1435.  
  1436.     * config.emacs: Doc fix.
  1437.  
  1438. Mon Jan 27 16:29:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1439.  
  1440.         * Makefile (install): Remove `B' from tar xf command.
  1441.  
  1442. Mon Jan 13 12:00:14 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1443.  
  1444.     * config.emacs: Removed support for the `maintain-environment'
  1445.     option; the only important difference between this and its absence
  1446.     has been removed.
  1447.     * INSTALL: Removed mention of `maintain-environment'.
  1448.  
  1449.     * config.emacs: Fix arguments to sed when processing boolean
  1450.     arguments.
  1451.  
  1452. Thu Dec  5 14:39:44 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  1453.  
  1454.     * config.emacs: New file, to help automate the installation
  1455.         process.
  1456.  
  1457.     * Makefile: Lots of changes to support the separation of etc into
  1458.     architecture-dependent and -independent files:
  1459.     (EMACSROOT): New variable, giving the directory under which all of
  1460.     Emacs's libraries should be installed.  Changed rest of file to
  1461.     use it. 
  1462.     (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
  1463.     (DATADIR): New variable, denoting architecture-independent dir.
  1464.     (LOCKDIR): New variable, for completeness.
  1465.     (SUBDIR): No more etc, new lib-src.
  1466.     (COPYDIR): No more etc, new arch-lib and share-lib.
  1467.     (src/paths.h): Set PATH_DATA and the LOCK macros too.
  1468.     (src): Now depends on lib-src, not etc.
  1469.     * build-install: Changes parallel to the above.
  1470.     * README: Describe the new arrangement.
  1471.     
  1472.     * vms: New subdirectory for all the VMS stuff.
  1473.  
  1474. Tue Dec  3 22:06:59 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  1475.  
  1476.     * Makefile (LISPPATH): New variable.
  1477.     (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
  1478.  
  1479. Fri Sep 28 22:36:32 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  1480.  
  1481.     * Makefile (install, install.sysv, install.xenix):
  1482.     Install wakeup instead of loadst.  No need for setuid or setgid.
  1483.  
  1484. Tue Aug  7 13:19:35 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1485.  
  1486.     * Makefile (clean): Clean etc if that's not the installation dir.
  1487.  
  1488. Thu Apr 26 13:36:18 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1489.  
  1490.     * Makefile (paths.h): Make sed alter each name in the path.
  1491.  
  1492. Tue Aug 30 13:43:43 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1493.  
  1494.     * Makefile (install.sysv): Use cpio, not tar.
  1495.  
  1496. Wed Aug  3 19:20:13 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1497.  
  1498.     * Makefile (lockdir): Rename `lock' target.
  1499.     Depend on it from install*, not from `all'.
  1500.  
  1501. Mon May 16 02:08:08 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1502.  
  1503.     * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
  1504.     to match build-install and paths.h.
  1505.